@charset "utf-8";

body {
	background-color: lightblue;
	text-align: center;
}
h1 {
	font-family: 'Indie Flower', cursive;
	font-size: 3em;
}
h3 {
	color: red;
}
div {
	margin: 0 auto;
	height: 300px;
	width: 300px;
	border: 2px solid;
	border-radius: 15px;
	background: -moz-linear-gradient(red, yellow);
}